projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d40dc1d
)
(Fkill_buffer): Call format2 instead of format1.
author
Richard M. Stallman
<rms@gnu.org>
Sat, 25 Jan 2003 19:48:30 +0000
(19:48 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sat, 25 Jan 2003 19:48:30 +0000
(19:48 +0000)
src/buffer.c
patch
|
blob
|
history
diff --git
a/src/buffer.c
b/src/buffer.c
index 95876c19438a3da78c616312fdcda16de464325a..49813b38d37599c6ac69e452caf34d986457dd28 100644
(file)
--- a/
src/buffer.c
+++ b/
src/buffer.c
@@
-1293,8
+1293,8
@@
with SIGHUP. */)
&& BUF_MODIFF (b) > BUF_SAVE_MODIFF (b))
{
GCPRO1 (buf);
- tem = do_yes_or_no_p (format
1
("Buffer %s modified; kill anyway? ",
-
SDATA (b->name
)));
+ tem = do_yes_or_no_p (format
2
("Buffer %s modified; kill anyway? ",
+
b->name, make_number (0
)));
UNGCPRO;
if (NILP (tem))
return Qnil;